home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / apps2 / priority.lzx / priority.wrd (.txt) < prev    next >
Psion Series 3 Word Document  |  2015-10-19  |  8KB  |  177 lines

  1. PSIONWPDATAFILE
  2. ROM::BJ.WDR
  3. PRIORITY System - User Guide
  4. File: %F    Printed: %D at %T    Page: %P of %M
  5. BTBody text
  6.      
  7. HAHeader A
  8.       
  9. HBHeader B
  10.       
  11. BLBulleted list
  12. HCHeading c
  13.      
  14. HDHeading d
  15.      
  16. HEHeading e
  17.      
  18. HFHeading f
  19.      
  20. NNNormal
  21.         
  22. UUUnderline
  23.      
  24. BBBold
  25.           
  26. IIItalic
  27.         
  28. EESuperscript
  29. SSSubscript
  30.      
  31. BUBold underline
  32. BIBold italic
  33. PRIORITY
  34. Introduction
  35. Priority is a system for maintaining a prioritised list of actions. It is written in OPL and supplied as an OPO translated program.
  36. Key Features
  37. *    Automatically increases the priority of tasks as they near their deadline.
  38. *    Data always presented in Priority sequence.
  39. *    Extensive search/filter criteria may be specified when scanning the file for update or printing.
  40. *    The file scan process is not interrupted if records are deleted or updated - this would normally happen when processing Psion databases.
  41. The Database
  42. The Priority database holds the following data:-
  43. (a) Sort Key
  44. System maintained overall priority. This is based upon the user assigned priority level and a factor of how close the task is to the latest start date.
  45. (b) Priority
  46. User assigned priority level 1-9, 1 being the highest.
  47. (c) Required Date
  48. The date by which the task must be completed.
  49. (d) Duration
  50. The elapsed time required to complete the task once it has started.
  51. (e) Status
  52. A code representing:-
  53.     Assigned
  54.     Started
  55.     Delegated
  56.     Held
  57.     Finished.
  58. (f) Subject Area
  59. A descriptive classification used to group tasks together.
  60. (g) Description
  61. Detailed description of the task. Four lines of 250 characters.
  62. (h) Origin
  63. Initials of the person from whom the task originated.
  64. (i) Destination
  65. Initials of the person to whom the task completion should be reported, or to whom the task deliverables should be given.
  66. (j) Delegation
  67. This field is either N to indicate that the task cannot be delegated, or contains the initials of the person to whom it has been delegated, or is left blank.
  68. (k) Link.WRD
  69. The name of an associated document that contains further details of the task.
  70. (l) Link.DBF
  71. The name of an associated database that contains further details of the task.
  72. (m) Received Date
  73. The date when the task was first received.
  74. Installation and Hardware
  75. The program, PRIORITY.OPO, and its library, SORTDB.OPO, should be copied to any \OPO directory.
  76. SORTDB, by the way, can be used independently to sort a Psion database on the contents of its first field.
  77. The first time that the program is run it will create a database PRIORITY.ODB in the default location (usually \OPD).
  78. The print routine requires a printer that can print 135 characters wide and assumes that CHR$(15) will place the printer into condensed print mode. It is also assumed that CHR$(18) will return the printer to normal mode.
  79. The Canon BJ-10 printer will work perfectly, and Epson compatible printers should also work.
  80. The printer device may be specified and can be any valid device including PAR:A, a file, a remote file, remote network printer. If SLINK is being used on an OS/2 system then REM::LPT1 will successfully print on the remote printer.
  81. The page length is specifiable and defaults to 66 lines.
  82. A formfeed is issued at the end of each page.
  83. Menu Functions
  84. Records - Search
  85. This function is used to search for records that match given criteria.
  86. Brief details of each matching task are shown: Subject Area, and the 4 lines of Description.
  87. On the display screen options are provided to...
  88. *    Reverse the direction of the search,
  89. *    Edit the record
  90. *    Delete the record
  91. *    Return to the menu.
  92. The search criteria are entered on 2 screens, each element is optional and comprises...
  93. *    Required date range,
  94. *    Required priority range,
  95. *    Current Status
  96. *    Description
  97. *    Origin
  98. *    Delegation
  99. *    Destination
  100. When the search reaches the end of the file, the user is notified and the search direction is automatically reversed. The same then happens when the search reaches the beginning of the file.
  101. After editing the record, as usual for Psion databases, the modified record goes to the end of the file. The scan continues with the record that was immediately following the one just modified.
  102. After deleting a record, for which confirmation is required, the scan continues with the record that was immediately following the one just deleted.
  103. Records - Add
  104. Allows a new record to be added.
  105. The new record will be added at the end of the file and will initially have no internally generated sort key.
  106. Records - Exit
  107. Exits the Priority program.
  108. No conformation is sought.
  109. All changes will have been saved.
  110. Special - Update Key List
  111. Updates the system generated sort key for each record and sorts the database on the system key. The database is then compressed. During this process a temporary database is created \DAT\TEMP.DBF and is subsequently erased. Hence there must be sufficient space for an additional copy of the Priority database.
  112. The sort key is calculated as follows:-
  113. (a)    The task duration, in days, is subtracted from the due date to give the latest start date.
  114. (b)    Today's date is subtracted from the latest start date to give the number of days remaining before the task must start. 
  115. (c)    If this number of days is greater than 99 then it is set to 99. 
  116. (d)    If the number of days is less than 1 then it is set to 1. 
  117. (e)    This figure is then used for the first two digits of the sort key. The third digit is set to the task's priority level 1-9.
  118. Special - Print Priorities
  119. Produces a print from the database of all or selected records.
  120. The program asks for print destination, lines per page and selection criteria.
  121. The same criteria screens are used as in the Record Search function above. However, there is one additional parameter which selects tasks due within a specified number of days.
  122. CONDITIONS OF USE
  123. *    The author provides no warranty that the program is free from defects.
  124. *    The author accepts no liability for any consequences of using this program.
  125. *    This program is supplied as Freeware. There is no charge or registration fee. The owner retains all intellectual property rights.
  126. Support/Queries
  127. Contact Steve Mills CIS 100014,1312.
  128. END DOCUMENT.
  129. HBNNM
  130. BLNN.
  131. BLNNc
  132. HBNN1
  133. HCNN7
  134. HCNN.
  135. HCNND
  136. BTNN    
  137. HCNN;
  138. HCNN@
  139. HCNN6
  140. HCNNy
  141. HCNNN
  142. HCNNN
  143. HCNN+
  144. BTBBe
  145. BTNNA
  146. BTBB"
  147. BTNNY
  148. BTBBK
  149. BTBB)
  150. BTNN]
  151. BTNNJ
  152. BTBB_
  153. BTNN    
  154. BTBB0
  155. BTNN9
  156. BTNN.
  157. HCNNG
  158. BTNN]
  159. BTNN1
  160. BTNN'
  161. BLNNX
  162. BLNN    
  163. HCNN!
  164. BTNNn
  165. BTNN"
  166. BTBBs
  167. BTNN(
  168. BTNN_
  169. BLNN|
  170. BLNNE
  171. BLNN?
  172. HCNN?
  173. BTNNO
  174. HBNNI
  175. BLNNN
  176. HBNN%
  177.